Relax BUG_ON() state ment in increase_reservation() in balloon.c.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 28 Apr 2006 07:30:52 +0000 (08:30 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 28 Apr 2006 07:30:52 +0000 (08:30 +0100)
commit37f486b06e304f438b875bca611ed88ec44c6b4f
tree88dd9b6973590b9b499d20598744058a98eb59d3
parentd6f69f0e01675ca2237060cba8396d925f110d6b
Relax BUG_ON() state ment in increase_reservation() in balloon.c.
When xen_feature(XENFEAT_auto_translated_physmap) = 1,
phys_to_machine_mapping_valid(pfn) always returns true.
Relaxed BUG_ON() for xen_feature(XENFEAT_auto_translated_physmap) = 1 case.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c